Selerix Developer Tools
DateToStringWithMaxDefault(Nullable<DateTime>,String) Method






Selerix.Foundation Assembly > Selerix.Foundation.Data Namespace > Utils Class > DateToStringWithMaxDefault Method : DateToStringWithMaxDefault(Nullable<DateTime>,String) Method
DateTime to String conversion.
Syntax
'Declaration
 
Public Overloads Shared Function DateToStringWithMaxDefault( _
   ByVal date As Nullable(Of Date), _
   ByVal format As String _
) As String
'Usage
 
Dim date As Nullable(Of Date)
Dim format As String
Dim value As String
 
value = Utils.DateToStringWithMaxDefault(date, format)
public static string DateToStringWithMaxDefault( 
   Nullable<DateTime> date,
   string format
)
public function DateToStringWithMaxDefault( 
    date: Nullable;
    format: String
): String; static; 
public static function DateToStringWithMaxDefault( 
   date : Nullable,
   format : String
) : String;
public: static string* DateToStringWithMaxDefault( 
   Nullable<DateTime> date,
   string* format
) 
public:
static String^ DateToStringWithMaxDefault( 
   Nullable<DateTime> date,
   String^ format
) 

Parameters

date
format
See Also

Reference

Utils Class
Utils Members
Overload List